﻿.buscar {
    width: 100px;
    margin: 10px;
    padding: 10px;
    border: none;
    background: #252525;
    color: #f8f8f8;
}

    .buscar:hover, .buscar:active {
        background: #af1230;
    }

.divPictureLateral img {
    margin: 5px 0 0 5px;
    width: 250px;
}

.imgPictureProduct {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.imgContainer {
    height: 100px;
    width: 250px;
    float: left;
    overflow: hidden;
    margin: 1px;
    position: relative;
}

.minimimoDescription {
    font-size: 10px;
}

.customDescription {
    font-size: 12px;
}

.logout {
    float: right;
    line-height: 48px;
}

    .logout img {
        vertical-align: middle;
    }

.flex-zone-row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
}

.flex-zone-column {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
}

.recent {
    color: green;
    font-weight: bold;
}

body {
    margin: 0;
    font-family: 'Titillium Web', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1 {
    font-size: 35px;
    font-weight: 300;
    font-family: 'Titillium Web', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2 {
    font-size: 23px;
    font-weight: 300;
    font-family: 'Titillium Web', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#divMain #divBody #divLeftContent {
    width: 350px;
    max-width: 350px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
}

    #divMain #divBody #divLeftContent #divLogo {
        background: #af1230;
    }

        #divMain #divBody #divLeftContent #divLogo > a {
            display: block;
            height: 120px;
            line-height: 120px;
            text-align: center;
        }

            #divMain #divBody #divLeftContent #divLogo > a > img {
                vertical-align: middle;
            }

    #divMain #divBody #divLeftContent nav {
        width: 350px;
    }

#divMain #divBody #divContent {
    flex: 1 1 1px;
    padding: 20px;
    font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    #divMain #divBody #divContent > section > header {
        height: 85px;
    }

        #divMain #divBody #divContent > section > header .logout {
            float: right;
            line-height: 48px;
        }

            #divMain #divBody #divContent > section > header .logout img {
                vertical-align: middle;
            }

        #divMain #divBody #divContent > section > header h1 {
            margin-top: 15px;
            color: #1c1c1c;
        }

.flex-zone-row {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
}

.flex-zone-column {
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    justify-content: flex-start;
    align-content: stretch;
}

/*# sourceMappingURL=istobal.css.map */

#optionsDialog {
    min-height: 500px;
}

#undo {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    padding: 1em;
    cursor: pointer;
}

.armchair {
    float: left;
    margin: 30px 30px 120px 30px;
    text-align: center;
}

    .armchair img {
        display: block;
        margin-bottom: 10px;
    }

.k-window-content a {
    color: #0026ff;
}

.k-window-content p {
    margin-bottom: 1em;
}

/*@media screen and (max-width: 1023px) {
    div.k-window {
        display: none !important;
    }
}*/

@media screen and (max-width: 699px) {
    div.k-window {
        top: 0px !important;
        left: 0px !important;
    }
}

@media screen and (max-width: 599px) {
    div.k-window {
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
    }
}

.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }

.k-list-container > .k-footer {
    padding: 10px;
}

#customers-list .k-item {
    line-height: 1em;
    min-width: 300px;
}

/* Material Theme padding adjustment*/

.k-material #customers-list .k-item,
.k-material #customers-list .k-item.k-state-hover,
.k-materialblack #customers-list .k-item,
.k-materialblack #customers-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

#cmbtypeDocument-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

    #cmbtypeDocument-list .k-item > span:first-child {
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

#cmbtypeDocument-list h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 1px 0;
    padding: 0;
}

#cmbtypeDocument-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}

#loading {
    position: absolute;
    width: 10%;
    height: 10%;
    background: url('/css/spin.gif') no-repeat center center;
}

.radioConfiguraciones {
    margin-left: 10px;
}

.selectionChapter {
    cursor: pointer;
}